home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.ed.ac.uk!news
- From: Steven <steven@srv1.jig.ed.ac.uk>
- Newsgroups: comp.lang.c++
- Subject: HELP: Strange DLL linker warning!
- Date: 6 Feb 1996 16:22:32 GMT
- Organization: JIIG-CAL
- Message-ID: <4f7v88$k40@scotsman.ed.ac.uk>
- NNTP-Posting-Host: usr2.jig.ed.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- hi,
-
- I have a DLL and I want to export the functions within it. So in the DLL definition
- file (*.def) at the EXPORT section I have entered the names of the functions I want
- to export. But low and behold I get the following warning:
-
- Linker Warning: Attempt to export non-public symbol 'function name'
-
- Why? I don't know how to declare these functions as public and I have explicitly
- defined them as _export . Can anyone help. By the way I'm using the 3.1 compiler.
- Cheers!
-
- Steve
-
-